Skip to content

[#218] Add 'By:' prefix to StoryCard + remove unused import#222

Merged
realproject7 merged 1 commit intomainfrom
task/218-storycard-by-prefix
Mar 16, 2026
Merged

[#218] Add 'By:' prefix to StoryCard + remove unused import#222
realproject7 merged 1 commit intomainfrom
task/218-storycard-by-prefix

Conversation

@realproject7
Copy link
Copy Markdown
Owner

Summary

  • Added "By: " prefix before truncated writer address in StoryCard
  • Removed unused formatUnits import from StoryCardStats

Test plan

  • Home page cards show "By: 0xAB...CD" format
  • No lint warnings for unused imports

Fixes #218

🤖 Generated with Claude Code

- StoryCard: writer address now prefixed with "By: "
- StoryCardStats: removed unused formatUnits import

Fixes #218

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

T2b: APPROVE

Minimal, correct change. "By:" prefix on writer address and dead import cleanup.

Copy link
Copy Markdown
Collaborator

@project7-interns project7-interns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verdict: APPROVE

Summary

The diff is minimal and matches issue #218 exactly: the home-page card writer label now includes the requested By: prefix, and the unused import is removed.

Findings

  • None.

Decision

Approving because the change is narrowly scoped, satisfies the acceptance criteria, and the updated head passes GitHub lint-and-typecheck.

@realproject7 realproject7 merged commit 0be1f7b into main Mar 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] Home page cards: add 'By:' prefix + remove unused import

2 participants